minios: Remove unnecessary padding and unused sections from x86/64
authorKeir Fraser <keir@xensource.com>
Tue, 25 Sep 2007 09:12:49 +0000 (10:12 +0100)
committerKeir Fraser <keir@xensource.com>
Tue, 25 Sep 2007 09:12:49 +0000 (10:12 +0100)
linker script.
Signed-off-by: Keir Fraser <keir@xensource.com>
extras/mini-os/arch/x86/minios-x86_64.lds

index e6ef04a5113f4a49c16b04d763ef9b89e76ae153..d30850a595f6872533d51bf7f4117b870ec2bf53 100644 (file)
@@ -21,15 +21,6 @@ SECTIONS
 
   _edata = .;                  /* End of data section */
 
-  . = ALIGN(8192);             /* init_task */
-  .data.init_task : { *(.data.init_task) }
-
-  . = ALIGN(4096);
-  .data.page_aligned : { *(.data.idt) }
-
-  . = ALIGN(32);
-  .data.cacheline_aligned : { *(.data.cacheline_aligned) }
-
   __bss_start = .;             /* BSS */
   .bss : {
        *(.bss)